diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-13 00:58:37 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-13 00:58:37 +0000 |
| commit | f1d86812e9a045b474f4a1c8cd3621fe17b8b806 (patch) | |
| tree | 9464bade7a051e1da5b044ae1b7a17028f74f08b /packages/mobile/app/[bookmark] | |
| parent | 94d87971e6f83fb46b6db3f30a0ca135d87ba2e2 (diff) | |
| download | karakeep-f1d86812e9a045b474f4a1c8cd3621fe17b8b806.tar.zst | |
mobile: Introduce a tab layout and move the sharing page into a modal
Diffstat (limited to 'packages/mobile/app/[bookmark]')
| -rw-r--r-- | packages/mobile/app/[bookmark]/[slug].tsx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/mobile/app/[bookmark]/[slug].tsx b/packages/mobile/app/[bookmark]/[slug].tsx deleted file mode 100644 index 2ca88701..00000000 --- a/packages/mobile/app/[bookmark]/[slug].tsx +++ /dev/null @@ -1,9 +0,0 @@ -import { View, Text } from "react-native"; - -export default function Bookmark() { - return ( - <View className="flex-1 items-center justify-center gap-4"> - <Text className="text-4xl">Hoarded!</Text> - </View> - ); -} |
